Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update on rag #190

Closed
wants to merge 57 commits into from
Closed

update on rag #190

wants to merge 57 commits into from

Conversation

ZiTao-Li
Copy link
Collaborator


name: update on rag
about: Create a pull request

Description

  • fix persis_dir in config files
  • modify name of a attribute in RAG module
  • improve example
  • add docstrings

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has passed all tests
  • Docstrings have been added/updated in Google Style
  • Documentation has been updated
  • Code is ready for review

艾渔 and others added 27 commits April 22, 2024 17:55
… with different types/loaders/splitters, and save the calculated index as a whole.
…ges -

(1) llama_index_rag.py: added functions load_doc, load_docs, docs_to_nodes, persist_to_dir,
(2) rag_agents.py: relocate internal function _prepare_args_from_config to llama_index_rag.py, as a method of class LlmaIndexRAG(RAGBase)
…ents.py, as the initialization function of LlamaIndexRAG class.
Multi-file loader support added
… function of the method is to load data to a document class by using information in the config:dict
…_dir, and new method data_to_index regroup the methods to enable converting original data to index.
@ZiTao-Li ZiTao-Li closed this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants